Bypass proxy authentication [closed]
        Posted  
        
            by 
                Diego Queiroz
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Diego Queiroz
        
        
        
        Published on 2012-10-20T16:13:33Z
        Indexed on 
            2012/10/20
            17:03 UTC
        
        
        Read the original article
        Hit count: 416
        
My scenario:
- My network has a proxy that requires interative authentication. When I access any URL, an username and password is requested to enable navigation.
 - I do have a valid username/password (this means I have permissions to access external content).
 - I do not have access to the proxy server (any change to the proxy server is not an option).
 
What I need:
- I need to bypass the interative authentication process and make it an automated authentication process.
 
What I do NOT need/want:
- I do not need/want to hack the network.
 - I do not need/want to access unauthorized content.
 - In other words, I just need to find a way to "save" my password in the computer (security is not a problem) to allow application that does not support this kind of interative authentication to access the internet (like non-browser software that also uses HTTP port).
 
My guess:
- My guess is to develop a new proxy server that will run in the local machine (eg, a proxy for the network proxy). This proxy server will access my network proxy, authenticate and forward the content.
 - Of course this is a last resort. I prefer to not need to develop a proxy server.
 
Does someone know other solution? (any operating system)
© Server Fault or respective owner